HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/scheduler/resources.yaml
location:
  name: location
  collection: cloudscheduler.projects.locations
  attributes:
  - &location
    parameter_name: locationsId
    attribute_name: location
    help: |
      The location of the job. By default, uses the location of the current project's App Engine app
      if there is an associated app.
    fallthroughs:
    # Called when location is not specified.
    - hook: "googlecloudsdk.command_lib.scheduler.util:AppLocationResolver:"
      hint: defaults to App Engine's app location if not provided & an app exists

job:
  name: job
  collection: cloudscheduler.projects.locations.jobs
  request_id_field: job.name
  attributes:
  - *location
  - parameter_name: jobsId
    attribute_name: job
    help: The ID of the job.


cmekConfig:
  name: cmekConfig
  collection: cloudscheduler.projects.locations.cmekConfig
  request_id_field: cmekConfig.name
  attributes:
  - *location
  - parameter_name: cmekConfigName
    attribute_name: cmekConfig
    help: The ID of the CMEK Config.

operation:
  name: operation
  collection: cloudscheduler.projects.locations.operations
  attributes:
  - *location
  - parameter_name: operationsId
    attribute_name: operation
    help: The ID of the operation.